CommandName{setGadgetDefaults}HelpPath{General}ReturnValue{}OpenBrace{ }Parameters{bool visible}CloseBrace{}Description{Sets the default options which gadgets have when they are created.  At the moment, this is limited to changing whether they are visible or hidden when first created.}ReturnDescription{}Param1{visible}Param1Desc{If 0, gadgets will be hidden when created, and can be shown using setGadgetVisible.  If 1, gadgets will be visible when created.}